/*Form*/
.myModal {
margin:auto !important;
display:block !important;
}
myModal * {
    box-sizing: border-box !important;
}
myModal * {
    box-sizing: border-box !important;
}
/*---modal et fade*/
.modal {
    display: block;
    padding-right: 16px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
}
.modal {
    position: fixed;
    /*top: 0px !important; Sinon, le drag ne marche pas verticallement*/
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 999999;
    display: none;
    overflow: hidden;
    outline: 0px none;
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}

/*modal-dialog*/
.modal-dialog {
}
.modal.in .modal-dialog {
    transform: translate(0px, 0px);
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out 0s;
    transform: translate(0px, -25%);
}
.modal-dialog, .modal-content {
    width: 440px;
    padding: 10px;
}
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
modal-dialog * {
    box-sizing: border-box;
}
modal-dialog * {
    box-sizing: border-box;
}
/*modal-content*/
.modal-content {
}
.modal-content {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-content {
    position: relative;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0px none;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
}
/*p*/
.modal-content p {
    margin: 0px 0px 10px !important;
}

/*input*/
.modal-content input {
    padding: 0px 0px 0px 10px !important;
    border: 1px solid #E5E5E5 !important;
    width: 210px !important;
    color: #999 !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1) !important;
}

.modal-content textarea {
    padding: 0px 0px 0px 10px !important;
    border: 1px solid #E5E5E5 !important;
    /*color: #999 !important;*/
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1) !important;
}
.modal-content.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.modal-content.form-control {
    display: block !important;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857 !important;
    color: #555 !important;
    background-color: #FFF !important;
    background-image: none !important;
    border: 1px solid #CCC !important;
    border-radius: 4px !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}
.modal-content input, .modal-content select {
    border: 1px solid #CCC !important;
    width: 250px !important;
}
.modal-content input, .modal-content button {
    height: 35px !important;
    margin: 0px !important;
    padding: 6px 12px !important;
    border-radius: 2px !important;
    font-family: inherit !important;
    font-size: 100% !important;
    color: #333 !important;
}
.modal-content button, .modal-content input, .modal-content select, .modal-content textarea {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
.modal-content input {
    line-height: normal !important;
}
.modal-content button, .modal-content input, .modal-content optgroup, .modal-content select, .modal-content textarea {
    font: inherit !important;
    color: inherit !important;
}
/*label*/

.modal-content label {
    margin-left: 10px !important;
    color: #999 !important;
}
.modal-content label {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
    font-weight: 700 !important;
}
/*txtarea*/

.modal-content input, .modal-content textarea {
    padding: 0px 0px 0px 10px !important;
}
.modal-content input {
    padding: 10px !important;
    border: 1px solid #E5E5E5 !important;
    width: 200px !important;
    color: #999 !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1) !important;
}
.modal-content button, .modal-content input, .modal-content select, .modal-content textarea {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}
.modal-content textarea {
    overflow: auto !important;
    font: inherit !important;
    color:#999 !important;
}
.modal-content button, .modal-content input, .modal-content optgroup, .modal-content select {
    margin: 0px !important;
    font: inherit !important;
    color: #333 !important;
}
/**/
/* ===========================
   ====== Contact Form ======= 
   =========================== */

.modal-content input {
	padding: 10px !important;
	border: 1px solid #E5E5E5 !important;
	width: 250px !important;
	color: #999999 !important;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px !important;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px !important;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px !important;		
}

.modal-content input:hover, .modal-content textarea:hover,
.modal-content input:focus, .modal-content textarea:focus {
	border-color: 1px solid #C9C9C9 !important;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px !important;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px !important;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px !important;	
}

.modal-content label {
	margin-left: 10px !important;
	color: #999999 !important;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.modal-content .submit input {
        width: 100px !important;
        height: 40px !important;
        background-color: #474E69 !important;
        color: #FFF !important;
        border-radius: 3px !important;
        -moz-border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
    }
.selected-flag {
    height: 30px !important; /*pour éviter l'image flag doublée*/
}
.modal-content input, .modal-content textarea {
padding:0px 0px 0px 10px !important; /*centrale middle des inputs de la form pour IE*/
}
.intl-tel-input input, .intl-tel-input input[type="text"], .intl-.tel-input input[type="tel"] {
padding-left: 44px !important; /*tél. décentré à droite car image flag dans l'input*/
}
.form-control {
float:left !important;
}

/*alert*/
.modal-content .pull-left {
    float: left !important;
}
.modal-content .alert-danger {
    color: #A94442 !important;
    background-color: #F2DEDE !important;
    border-color: #EBCCD1 !important;
}
.modal-content .alert {
    padding: 5px !important;
    /*margin-bottom: 20px !important;*/
    border: 1px solid transparent !important;
    border-radius: 4px !important;
}
/*popover et tooltip*/
.modal-content.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}


.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
/*h3 (titre)*/
.modal-content *:after, *:before {
    box-sizing: border-box;
}
.modal-content .h3, .modal-content h3 {
    font-size: 16px;
}
.modal-content .h1, .modal-content.h2, .modal-content.h3, .modal-content h1, .modal-content h2, .modal-content h3 {
    margin-top: 2px;
    margin-bottom: 10px;
}
.modal-content.h1, .modal-content.h2, .modal-content.h3, .modal-content.h4, .modal-content.h5, .modal-content.h6, .modal-content h1, .modal-content h2, .modal-content h3, .modal-content h4, .modal-content h5, .modal-content h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #333 !important; /*pour outrepasser les colors dans main.css*/
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
}


